﻿@charset "UTF-8";
/* -----BODYの設定----- */
/*---------- body ----------*/
body{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;

	/*font-family: "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, 游明朝体, "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", serif;*/
	font-size:14px;
	color:#191919;
	line-height:20px;
	text-align:left;
	-webkit-text-size-adjust: 100%;
	background: #FFB600;

    /* アンカー要素をタップしたときに出てくる枠を見えなくする */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* リンクの長押しでメニューを出さないようにする */
    -webkit-touch-callout: none;
    /* 文字列や画像を選択してコピーなどのメニューを出さないように、選択不可にする */
    -webkit-user-select: none;
}


#js_fade {
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #FFF;
    background-image : url( /img/pwa/common/loading_logo.png );
    background-repeat : no-repeat;
    background-position : 50% 50%;
    z-index: 1000;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

ul{
	list-style: none;
}

.sponly {
    display: none;
}
.pconly {
    display: block;
}

@keyframes purun {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	30%  { transform: scale(1.2, 0.8) translate(0%, 5%); }
	50%  { transform: scale(0.9, 1.2) translate(0%, -5%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.wrapper{
	position:absolute;
	top:0;
	left:0;
	width:375px;
	height:640px;
	overflow:hidden;
	z-index:-1;
}
#close_overlay{
	position:absolute;
	top:0;
	left:0;
	width:375px;
	height:640px;
	background: #000;
	opacity: 0.8;
	z-index:150;
	display: none;
}
#tutorial_overlay{
	position:absolute;
	top:0;
	left:0;
	width:375px;
	height:640px;
    display: none;
    background:url(/img/pwa/common/tutorial.gif) 0px 0px no-repeat;
	background-position:center top;
	background-size: 375px 640px;
	opacity: 0.8;
	z-index: 50;
}
#information_img{
	position:absolute;
	top:0;
	left:0;
	width:375px;
	height:640px;
    display: none;
    background:url(/img/pwa/common/info.png) 0px 0px no-repeat;
	background-position:center top;
    background-size: 375px 640px;
    opacity: 1;
	z-index: 49;
}

.skip_btn{
    position: absolute;
    top: 360px;
    left: 140px;
    width: 75px;
    background: #f7912e;
    border-radius: 12px;
    padding: 0.8em 0em;
    color: #FFF;
    text-decoration: none;
    margin: 0 10px;
    font-size:12px;
    font-weight: bold;
    border-bottom: solid 2px #aa631e;
    text-align: center;
    cursor: pointer;
}
.skip_btn_i{
    position: absolute;
    top: 550px;
    left: 140px;
    width: 75px;
    background: #f7912e;
    border-radius: 12px;
    padding: 0.8em 0em;
    color: #FFF;
    text-decoration: none;
    margin: 0 10px;
    font-size:12px;
    font-weight: bold;
    border-bottom: solid 2px #aa631e;
    text-align: center;
    cursor: pointer;
}
#Canvas
{
    position:absolute;
    top:0;
    left:0px;
    width: 375px;
    height: 540px;
    margin: 0 auto;
    z-index:200;
}
#subCanvas,
#foodCanvas,
#naderuCanvas,
#layoutCanvas,
#sanpoCanvas,
#cohotelCanvas
{
    position:absolute;
    top:0;
    left:0;
    width:375px;
    height:640px;
    display:none;
    background-color:rgba(0, 0, 0, 0.80);
    z-index:200;
}
.wrapper .bg {
	background:url( /img/pwa/common/main_bg.png) 0px 0px repeat;
	background-position:center center;
	background-size:300px 225px;
	width:300%;
	height:300%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

@-webkit-keyframes infinitescroll {
	0% {-webkit-transform:translate3d(0, 0, 0);}
	100% {-webkit-transform:translate3d(-600px, -450px, 0);}
}
@-moz-keyframes infinitescroll {
	0% {-moz-transform:translate3d(0, 0, 0);}
	100% {-moz-transform:translate3d(-600px, -450px, 0);}
}
@-ms-keyframes infinitescroll {
	0% {-ms-transform:translate3d(0, 0, 0);}
	100% {-ms-transform:translate3d(-600px, -450px, 0);}
}
@-o-keyframes infinitescroll {
	0% {-o-transform:translate3d(0, 0, 0);}
	100% {-o-transform:translate3d(-600px, -450px, 0);}
}
@keyframes infinitescroll {
	0% {transform:translate3d(0, 0, 0);}
	100% {transform:translate3d(-600px, -450px, 0);}
}

/*+++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++*/
h1.h1_ttl{
	position:absolute;
	top:30px;
	left:50%;
	transform:translateX(-50%);
	width: 249px;
	height: 173px;
	background:url(/img/pwa/index/livly_logo.png) 0px 0px no-repeat;
	background-size: 249px 173px;
	text-indent:-9999px;
}
.main_visual{
	position:absolute;
	top:180px;
	left:50%;
	transform:translateX(-50%);
	width: 349px;
	height: 371px;
	background:url(/img/pwa/index/main_visual.png) 0px 0px no-repeat;
	background-size: 349px 371px;
	text-indent:-9999px;
}

.start_btn{
	position: absolute;
	top: 560px;
	left:50%;
	transform:translateX(-50%);
	width: 285px;
	height: 49px;
    text-indent:-99999px;
}

.start_btn a:hover{
	animation: purun 0.5s linear 0s 1;
}
.start_btn a{
    display:block;
	width: 285px;
	height: 49px;
	background:url(/img/pwa/index/start_btn.png) 0px 0px no-repeat;
	background-position:center top;
	background-size: 285px 100px;
}
.start_btn a:hover{
	width: 285px;
	height: 49px;
	background:url(/img/pwa/index/start_btn.png) 0px -98px no-repeat;
	background-position:center top;
	background-size: 285px 100px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++*/
.main_wrap{
	/*background-image : url( /img/pwa/common/main_bg.png );*/

	position: relative;
	width: 375px;
	height: 640px;
	margin: 0 auto;
	overflow:hidden;
}
.main_inner{
	padding:0px 40px;
	position: relative;
}

.status_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background-image : url( /img/pwa/common/status_area_.png);
	background-position:center top;
    background-repeat : no-repeat;
	background-size: 375px 46px;
}
#status_banner li{
 display: inline;
     float: left;
     width: 360px;
}
.banner_top{
	position: absolute;
	top: 8px;
	left: 95px;
	width: 360px;
        height: 30px;
	box-sizing: border-box;
	border-radius: 10px;
        z-index: 3;
}
.banner_img{
	position: absolute;
	top: 5px;
	left: 20px;
        z-index: 3;
}
.banner_top ul{
	list-style: none;
	width: 3600px;
	font-size: 0.8em;
}
.banner_top ul li {
	float: left;
	width: 360px;
}
.banner_top ul li img{
	vertical-align: bottom;
}
.status_bg {
	position: absolute;
	top: 28px;
	left: 15px;
	width: 290px;
    height: 35px;
	background: #FFF;
	box-sizing: border-box;
	border: 3px solid #76462e;
	border-radius: 10px;
}

.status_wrap{
	position: relative;
	width: 375px;
	margin: 0 auto;
}

.statusbg_wrap{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	padding: 7px 15px;
}
dl.full{
	position: relative;
	width: 115px;
	height: 15px;
	border-radius: 15px;
	background: #f9caca;
	margin-bottom: 10px;
	margin-right: 24px;
}
dl.full::before{
	position: absolute;
	top: -5px;
	left: -7px;
	content: "";
	width: 26px;
	height: 25px;
	background:url(/img/pwa/common/full_icon.png) 0px 0px no-repeat;
	background-size: 26px 25px;
}
dl.full dt.bar{
	width: 80%;
	background: #e46464;
	text-indent: -9999px;
	border-radius: 15px;
	height: 15px;
}

dl.stress{
	position: relative;
	width: 115px;
	height: 15px;
	border-radius: 15px;
	background: #70e7cd;
}
dl.stress::before{
	position: absolute;
	top: -5px;
	left: -7px;
	content: "";
	width: 25px;
	height: 25px;
	background:url(/img/pwa/common/stress_icon.png) 0px 0px no-repeat;
	background-size: 25px 25px;
}
dl.stress dt.bar{
	width: 30%;
	background: #38c0a2;
	text-indent: -9999px;
	border-radius: 15px;
	height: 15px;
}

.statusbg_wrap dl dd.percent{
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 10;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #4d2815;
}
.statusbg_wrap dl dd.button{
	position: absolute;
	top: -3px;
	right: -8px;
}
.statusbg_wrap dl dd.button a:hover{
	animation: purun 0.5s linear 0s 1;
}
.statusbg_wrap dl dd.button a{
    display:block;
	width: 21px;
	height: 21px;
	background:url(/img/pwa/common/status_btn.png) 0px 0px no-repeat;
	background-position:center top;
	background-size: 21px 21px;
}


.option_btn{
	position: absolute;
	top: 25px;
	left: 320px;
	right: 15px;
	width: 40px;
	height: 40px;
	text-indent:-99999px;
	cursor : pointer;
}

.option_btn a:hover{
	animation: purun 0.5s linear 0s 1;
}
.option_btn a{
    display:block;
	width: 40px;
	height: 40px;
	background:url(/img/pwa/common/config_btn.png) 0px 0px no-repeat;
	background-position:center top;
	background-size: 40px 80px;
}
.option_btn a:hover{
	width: 40px;
	height: 40px;
	background:url(/img/pwa/common/config_btn.png) 0px -40px no-repeat;
	background-position:center top;
	background-size: 40px 80px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++
maincont
+++++++++++++++++++++++++++++++++++++++++++++*/
.main_cont{
	position: absolute;
    top: 65px;
	left:15px;
}
.liv_area{
	position: relative;
	width: 346px;
	height: 340px;
	border-radius: 13px;
	top: 8px;
}
#camera{
    position: relative;
    padding: 0.25em 0 0 0.25em;
}
#nice_head{
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
}
.liv_cont{
	box-sizing: border-box;
	border: 3px solid #76462e;
	border-radius: 13px;
	overflow: hidden;
}
#nice{
	display: block;
}
.nice_area{
	position:relative;
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.nicelog_btn{
	height: 20px;
	text-align:center;
	line-height:20px;
	background:#ea0246;
	border-radius:4px;
	padding:0 5px;
}

.nice_btn{
	height: 20px;
	text-align:center;
	line-height:20px;
	background:#ea5246;
	border-radius:4px;
	padding:0 5px;
}


.nice_btn a, .nicelog_btn a{
    display:block;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}
.nice_btn:hover, .nicelog_btn:hover{
	animation: purun 0.5s linear 0s 1;
}


.balloon{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	position:relative;
	height:18px;
	line-height:18px;
	background-color: #FFF;
	border: 1px solid #666;
	border-radius:4px;
	padding:0 5px;
	margin-left:10px;
}
.balloon::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 4px;
	left: -5px;
	border-right: 5px solid #666;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.balloon::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 4px;
	left: -4px;
	border-right: 5px solid #FFF;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
p.nice_no{
	text-align:center;
	font-size:12px;
}

.ranking_btn a{
	margin:2px 0 0 5px;
    display:block;
	width: 13px;
	height: 12px;
	background:url(/img/pwa/top/ranking_btn.png) 0px 0px no-repeat;
	background-position:center top;
	background-size: 13px 12px;
}
.ranking_btn a:hover{
	animation: purun 0.5s linear 0s 1;
}

#left_arrow{
	display: block;
}
.left_arrow{
	position: absolute;
	top:50%;
	left: -10px;
	margin-top: -28px;
    text-indent:-99999px;
}
.left_arrow a:hover{
	animation: purun 0.5s linear 0s 1;
}

.left_arrow a{
    display:block;
	width: 34px;
	height: 55px;
	background:url(/img/pwa/top/left_arrow.png) 0px 0px no-repeat;
	background-size: 34px 55px;
}

#right_arrow{
	display: block;
}
.right_arrow{
	position: absolute;
	top:50%;
	right: -10px;
	margin-top: -28px;
    text-indent:-99999px;
}
.right_arrow a:hover{
	animation: purun 0.5s linear 0s 1;
}

.right_arrow a{
    display:block;
	width: 34px;
	height: 55px;
	background:url(/img/pwa/top/right_arrow.png) 0px 0px no-repeat;
	background-size: 34px 55px;
}

.message_area{
	position: relative;
	margin-top: 30px;
	width: 346px;
	top: 5px;
	height: 60px;
	box-sizing: border-box;
	border: 3px solid #76462e;
	background: #FFF;
	border-radius: 13px;
}

.message_area h2.name{
	position: absolute;
	top: -15px;
	left: 10px;
	height: 30px;
	background: #ffe17a;
	border-radius: 30px;
	line-height: 25px;
	padding: 0 1.3em;
	font-size: 11px;
	box-sizing: border-box;
	border: 3px solid #76462e;
}
.message_area h2.capcha{
	position: absolute;
	top: -15px;
	left: 100px;
	height: 30px;
	background: #ffe17a;
	border-radius: 30px;
	line-height: 25px;
	padding: 0 1.3em;
	font-size: 11px;
	box-sizing: border-box;
	border: 3px solid #76462e;
}
.message_area p.message_txt{
	padding: 1.8em 0.8em 0;
	font-size: 11px;
	line-height: 14px;
}


/*submenu*/
ul.top_submenu a:hover{
	animation: purun 0.5s linear 0s 1;
}

ul.top_submenu{
	display:flex;
	justify-content: center;
	margin-top: 15px;
	width: 100%;
	height: 55px;
}
ul.top_submenu li{
	width: 50px;
	height: 56px;
	margin-right: 9px;
}
ul.top_submenu li:last-child{
	margin-right: 0px;
}
ul.top_submenu li a{
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 56px;
}
ul.top_submenu li.sub01 a{
	background:url(/img/pwa/top/sub_menu.png) 0px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub01 a:hover{
	background:url(/img/pwa/top/sub_menu.png) 0px -56px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub02 a{
	background:url(/img/pwa/top/sub_menu.png) -50px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub02 a:hover{
	background:url(/img/pwa/top/sub_menu.png) -50px -56px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub03 a{
	background:url(/img/pwa/top/sub_menu.png) -100px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub03 a:hover{
	background:url(/img/pwa/top/sub_menu.png) -100px -56px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub04 a{
	background:url(/img/pwa/top/sub_menu.png) -150px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub04 a:hover{
	background:url(/img/pwa/top/sub_menu.png) -150px -56px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub05 a{
	background:url(/img/pwa/top/sub_menu.png) -200px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub05 a:hover{
	background:url(/img/pwa/top/sub_menu.png) -200px -56px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub06 a{
	background:url(/img/pwa/top/sub_menu.png) -250px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub06 a:hover{
	background:url(/img/pwa/top/sub_menu.png) -250px -56px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
/* grayout*/
ul.top_submenu li.sub01_ a{
	background:url(/img/pwa/top/sub_menu_gray.png) 0px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub02_ a{
	background:url(/img/pwa/top/sub_menu_gray.png) -50px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub03_ a{
	background:url(/img/pwa/top/sub_menu_gray.png) -100px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub04_ a{
	background:url(/img/pwa/top/sub_menu_gray.png) -150px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub05_ a{
	background:url(/img/pwa/top/sub_menu_gray.png) -200px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}
ul.top_submenu li.sub06_ a{
	background:url(/img/pwa/top/sub_menu_gray.png) -250px 0px no-repeat;
	background-size: 300px 112px;
	cursor : pointer;
}



/*+++++++++++++++++++++++++++++++++++++++++++++
menu
+++++++++++++++++++++++++++++++++++++++++++++*/
.mainmenu_area{
	position: absolute;
	top: 565px;
	left: 0;
	height: 75px;
	width: 100%;
	background-image : url( /img/pwa/common/menu_bg.png );
	background-position:center bottom;
    background-repeat : no-repeat;
	background-size: 375px 35px;
	overflow: hidden;
overflow-y: hidden;

}
ul.main_menu a:hover{
	animation: purun 0.5s linear 0s 1;
}

ul.main_menu{
	padding-top: 8px;
	display:flex;
	justify-content:flex-start;
	width: 375px;
}
ul.main_menu li{
	height: 68px;
	padding-right: 15px;
}
ul.main_menu li:last-child{
	padding-right: 0;
}
ul.main_menu li.left_btn{
	width: 115px;
	height: 68px;
    text-indent:-99999px;
}
ul.main_menu li a{
    display:block;
	width: 125px;
	height: 73px;
}
ul.main_menu li.left_btn a{
	margin-left: -10px;
	background:url(/img/pwa/common/main_btn01.png) 0px 0px no-repeat;
	background-position:right top;
	background-size: 125px 146px;
	cursor : pointer;
}
ul.main_menu li.left_btn a:hover{
	background:url(/img/pwa/common/main_btn01.png) 0px -68px no-repeat;
	background-position:right top;
	background-size: 125px 146px;
	cursor : pointer;
}
ul.main_menu li.left_btn_ a{
	margin-left: -10px;
	background:url(/img/pwa/common/main_btn01_gray.png) 0px 0px no-repeat;
	background-position:right top;
	background-size: 125px 146px;
	cursor : pointer;
}
ul.main_menu li.left_btn_ a:hover{
	background:url(/img/pwa/common/main_btn01_gray.png) 0px -68px no-repeat;
	background-position:right top;
	background-size: 125px 146px;
	cursor : pointer;
}
ul.main_menu li.right_btn{
	width: 115px;
	height: 68px;
    text-indent:-99999px;
}
ul.main_menu li.right_btn a{
	margin-right: -10px;
	background:url(/img/pwa/common/main_btn03.png) 0px 0px no-repeat;
	background-position:right top;
	background-size: 125px 146px;
	cursor : pointer;
}

ul.main_menu li.right_btn a:hover{
	background:url(/img/pwa/common/main_btn03.png) 0px -68px no-repeat;
	background-position:right top;
	background-size: 125px 146px;
	cursor : pointer;
	animation: purun 0.5s linear 0s 1;
}
.shop_btn.hover{
	animation: purun 0.5s linear 0s 1;
}
ul.main_menu li.center_btn{
	width: 115px;
	height: 55px;
    text-indent:-99999px;
}
ul.main_menu li.center_btn a{
	width: 115px;
	height: 55px;
	background:url(/img/pwa/common/main_btn02.png) 0px 0px no-repeat;
	background-position:center top;
	background-size: 115px 111px;
	cursor : pointer;
}

ul.main_menu li.center_btn a:hover{
	width: 115px;
	height: 55px;
	background:url(/img/pwa/common/main_btn02.png) 0px -55px no-repeat;
	background-position:center top;
	background-size: 115px 111px;
	cursor : pointer;
}


/*+++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++*/
.footer{
	position: relative;
	width: 375px;
	height: 360px;
	margin: 0 auto;
	background: #76462e;
}
.footer_geso{
	position: relative;
	width: 375px;
	height: 40px;
	margin: 0 auto;
	background: #76462e;
}
.footer .footer_wrap{
	padding: 10px;
	color: #FFF;
}

/*+++++++++++++++++++++++++++++++++++++++++++++
information
+++++++++++++++++++++++++++++++++++++++++++++*/

.banner{
	margin-top: 10px;
	width: 100%;
	height: 60px;
	background: #000;
	border-radius: 10px;
}

.information_area h2.name{
	position: absolute;
	top: -15px;
	left: 10px;
	width: 110px;
	height: 28px;
	background:url(/img/pwa/common/name_area.png) 0px 0px no-repeat;
	background-size: 110px 28px;
	font-size: 0.9em;
	padding: 0.5em 0px;
	text-align: center;
}

.information_area{
	position: relative;
	box-sizing: border-box;
	border: 3px solid #ffe294;
	margin-top: 20px;
	width: 100%;
	height: 260px;
	background: #FFF;
	border-radius: 10px;
	color: #2B2B2B;
}
.information_area .information_wrap{
	overflow-y: scroll;
	height: 230px;
	line-height: 18px;
	padding: 0px 10px;
	margin-top: 15px;
	margin-right: 5px;
}

.information_wrap::-webkit-scrollbar {
    width: 6px;
}
.information_wrap::-webkit-scrollbar-track {
	background-color:#e2d1b0;
	border-radius: 10px;
}

.information_wrap::-webkit-scrollbar-thumb {
	background-color:#76462e;
	border-radius: 10px;
}

dl.info{
	width: 100%;
}
dl.info dt{
	font-weight: bold;
	padding: 5px 0 0;
}
dl.info dd{
	font-size: 0.8em;
	line-height: 1.8em;

	padding: 5px 0;
	border-bottom: 1px dotted #CCC;
}
dl.info dd a{
	color: #f7912e;
	text-decoration: none;
}

dl.info dd span.new{
	font-size: 10px;
	padding: 1px 4px;
	color: #FFF;
	background-color: #D33639;
	margin-right: 5px;
}


p.copy{
	line-height: 12px;
	color: #FFF;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -140px;
	text-align: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++
modal
+++++++++++++++++++++++++++++++++++++++++++++*/
#chat_area,
#h_menu,
#nice_log,
#notice_window,
#news_window,
#nice_ranking,
#park,
#error,
#p_lbmenu{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
    position: absolute;
    z-index:300;
}
#buy_this
{
    position: relative;
    left: 50%;
    transform: translate(-55%, 0);
    width: 55%;
    top:90px;
    background: #ec5454;
    border-radius: 10px;
    padding: 0.8em 0em;
    color: #FFF;
    text-decoration: none;
    margin: 0 10px;
    font-size: 12px;
    box-shadow: 2px 2px #76462e;
    text-align: center;
    cursor: pointer;
}
#buy_this a
{
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
#park_div
{
    position: absolute;
    top: 115px;
    left: 21px; 
    width: 335px;
    height:345px;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 10px;
}
#error_div
{
    position: absolute;
    top: 115px;
    left: 21px; 
    width: 335px;
    height:200px;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 10px;
}
.p_confirm_content{
    height: 130px;
    text-align:center;
}
#nice_log .iframe{
    height: 400px;
}
#nice_log_data{
    width:280px;
}
#news_window .iframe{
    height: 400px;
}
#news_data{
    font-size:0.8em;
    line-height:1.2em;
    width:280px;
}
.confirm_button{
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translate(-55%, 0);
    width: 55%;
    background: #ec5454;
    border-radius: 10px;
    padding: 0.8em 0em;
    color: #FFF;
    text-decoration: none;
    margin: 0 10px;
    font-size:12px;
    font-weight: bold;
    box-shadow:2px 2px #76462e;
    text-align: center;
    cursor: pointer;
}
.notice_area{
	height:200px;
}
#notice_mes{
    margin-top: 45px;
    font-weight: bold;   
}
#error_msg{
    position: absolute;
    left: 46px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    width: 315px;


}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.8;
	z-index: 100;
}

.close_btn {
	position: absolute;
	top: -38px;
	right:0px;
	display: block;
	width: 32px;
	height: 34px;
	background:url(/img/pwa/common/close_btn.png) 0px 0px no-repeat;
	background-position:center top;
	background-size: 32px 34px;
	cursor: pointer;
}

/*エサ*/
.modal_window {
    position: absolute;
    top: 115px;
    left: 21px; 
	width: 335px;
	height: auto;
	display: block;
	background: #FFF;
    box-sizing: border-box;
	border-radius: 10px;
}

.modal_window h2.name{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	background: #FF9436;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	line-height: 35px;
	margin-bottom: 15px;
}
.modal_wrap{
	padding: 0px 10px 10px;
}
#lb_wrap{
    height: 150px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}
#lb_wrap img{
    position: relative;
    margin: 10px;
}
ul.popnav_btn{
	display:flex;
	justify-content: flex-start;
	margin-bottom: 10px;

}
ul.popnav_btn li{
	width: 25%;
}
ul.popnav_btn li{
	font-weight: bold;
	height: 30px;
	background: #f7912e;
	border-radius: 30px;
	margin-right: 10px;
	text-align: center;
	line-height: 30px;
	border-bottom: solid 2px #aa631e;
	font-size: 12px;
}
ul.popnav_btn li a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
ul.popnav_btn li:last-child{
	margin-right: 0px;
}
ul.popnav_btn li:hover{
	animation: purun 0.5s linear 0s 1;
}
ul.popnav_btn li.active{
	font-weight: bold;
	height: 30px;
	border-radius: 30px;
	margin-right: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	background: #ec5454;
	border-bottom: solid 2px #b32020;
}
ul.popnav_btn li.active:last-child{
	margin-right: 0px;
}

.modal_window .iframe{
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	overflow-y: scroll;
	height: 220px;
}
.modal_window .iframe::-webkit-scrollbar {
    width: 6px;
}
.modal_window .iframe::-webkit-scrollbar-track {
	background-color:#e2d1b0;
	border-radius: 10px;
}

.modal_window .iframe::-webkit-scrollbar-thumb {
	background-color:#76462e;
	border-radius: 10px;
}

dl.bait_list{
	display: block;
	width: 65px;
	height: 65px;
	background:url(/img/pwa/common/item_bg.png) 0px 0px no-repeat;
	background-size: 65px 65px;
	/*
	background: #ede5ca;
	box-sizing: border-box;
	border: 6px solid #FFF;
	*/
	
	position: relative;
	margin: 5px;
	cursor: pointer;
}
dl.bait_list dt.nam{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: #9e8673;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}
dl.bait_list:nth-child(4n){
	margin-right: 0px;
}
dl.bait_list dd.item{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.line{
	margin: 15px 0;
	width: 100%;
	height: 4px;
	background:url(/img/pwa/common/line.png) 0px 0px no-repeat;
	background-size: 305px 4px;
}

h3.item_description{
	font-size: 14px;
	line-height: 20px;
	color: #54a8df;
}

p.item_txt{
	line-height: 16px;
}
/*なでる*/
.stroke{
	position: relative;
	width: 80%;
	height: 70px;
	box-sizing: border-box;
	border: 4px solid #f29600;
	margin-bottom: 15px;
	margin: 10px 30px 15px;
}
.stroke_icon{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translatey(-50%);
	content: "";
	width: 50px;
	height: 50px;
	background:url(/img/pwa/top/stroke_icon.png) 0px 0px no-repeat;
	background-size: 50px 50px;
}
.stroke a{
	color: #2B2B2B;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 70px;
}
.stroke p{
	text-align: right;
	padding-right: 15px;
	line-height: 70px;
}

.poke{
	position: relative;
	width: 80%;
	height: 70px;
	box-sizing: border-box;
	border: 4px solid #00a0c6;
	margin: 15px 30px;
}
.poke_icon{
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translatey(-50%);
	content: "";
	width: 50px;
	height: 50px;
	background:url(/img/pwa/top/poke_icon.png) 0px 0px no-repeat;
	background-size: 50px 50px;
}

.poke a{
	color: #2B2B2B;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 70px;
}

.poke p{
	text-align: right;
	padding-right: 15px;
	line-height: 70px;
}
.stroke_txt{
	font-size: 12px;
}

/*viorecord*/
table.table_status td{
	padding: 0;
	margin: 0;
	height: 18px;
	border: none;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

table.table_status td:first-child{
	text-align: center;
	padding: 0 5px 0 0 ;
	vertical-align: middle;
}

.modal_wrap .bio_area{
	position: relative;
	display:flex;
	justify-content:flex-start;
}
.bio_liv{
	position: relative;
	width: 100px;
	height: 125px;
	box-sizing: border-box;
	border: 3px solid #eaeaea;
	background: #FFF;
	margin-right: 10px;
}
.bio_liv .bioliv_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bio_status dl{
	position: relative;
	width: 153px;
	padding: 0 0 5px 0;
	margin-right: 60px;
}
.bio_status dl dt{
	font-size: 12px;
	padding: 3px 0;
}

.bio_status dl dt p.exp{
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
.bio_status dl dt p.exp span{
	font-size: 10px;
	
}
.bio_status dl dd.bar01{
	position: relative;
	width: 60%;
	height: 8px;
	background: #ffc500;
}
.bio_status dl dd.bar01::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 153px;
	height: 8px;
	background:url(/img/pwa/common/status_bar01.png) 0px 0px no-repeat;
	background-size: 153px 8px;
}
.bio_status dl dd.bar02{
	position: relative;
	width: 40%;
	height: 8px;
	background: #f77c7c;
}
.bio_status dl dd.bar02::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 153px;
	height: 8px;
	background:url(/img/pwa/common/status_bar02.png) 0px 0px no-repeat;
	background-size: 153px 8px;
}
.bio_status dl dd.bar03{
	position: relative;
	width: 80%;
	height: 8px;
	background: #7aead1;
}
.bio_status dl dd.bar03::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 153px;
	height: 8px;
	background:url(/img/pwa/common/status_bar03.png) 0px 0px no-repeat;
	background-size: 153px 8px;
}

.bio_status dl dd.percent{
	position: absolute;
	top: 15px;
	right: -50px;
	text-align: right;
	font-weight: bold;
}
.gll_ribbon{
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 79px;
	height: 54px;
	background:url(/img/pwa/top/gll_ribbon.png) 0px 0px no-repeat;
	background-size: 79px 54px;
}
.gll_stamp{
	padding: 15px 0;
}

.ranking_txt{
	font-size:12px;
	line-height:18px;
	padding-bottom:10px;
}
.ranking_txt_s{
	font-size:11px;
	line-height:13px;
	padding-bottom:10px;
}
.ranking_txt_s span{
	color:#FF0000;
}
/* chat */
div.tab_cont{
    height: 300px;
    overflow: scroll;
}
#mes {
    outline: 0;
    position :absolute;
    top: 360px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 4px;
    padding-bottom: 4px;
    width: 90%;
    height: 15px;
    border: 1px #FF9436 solid;
    color: #FF9436;
}
#addclick{
    outline: 0;
    position: absolute;
    top: 393px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    background: #f7912e;
    border-radius: 10px;
    padding: 0.4em 0em;
    color: #FFF;
    text-decoration: none;
    font-size:11px;
    font-weight: bold;
    border-bottom: solid 2px #aa631e;
    border-style: none;
    text-align: center;
    cursor: pointer;
}
#id_form1{
    height:70px;
}
/* CSS3 ModalWindow SET
-------------------------- */
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}
